home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 5 / developer source - volume 5.iso / delph / jan96 / rippf104.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  8.0 KB  |  617x419  |  4-bit (8 colors)
   ocr: RECNO.PAS L IL IX implementation ($R *.DFM) uses DbiProcs, DbiTypes; procedure TForml.DataSourcelDataChange (sender: Topject; Field: TField) : var recNo: LongInt; begin if Tablel.state = asinactive then begin MessageDig('Table must be active.', mtError, [mbOK], 0); Exit; end; Tablel.UpdatedateCursorPos; dbiGetSeqNo (Tablel.Handle, recNo) : Labell.Caption := Record No: I + IntToStr (recNo); : end; 29: 42 Insert Recno